Keywords

Keywords are reserved words in the QA Wizard Pro scripting language that cannot be used as variables or identifiers. The following elements in the scripting language are keywords.

Following are additional keywords.

Keyword Description
Arrays
Erase Clears the contents of an array
Preserve Preserves data in an existing array when the size of the last dimension is changed. Used with ReDim.
Constants/Literals
Empty Do not use; use Null
Control flow
End Ends a block of statements
Return Returns control to the code that called a function or subroutine
Declarations
Const Declares constants for use in place of literal values
Dim Declares a variable
Function Declares a function
ReDim Sizes or resizes an array defined by Dim
Set Assigns an object to a variable
Sub Declares a subroutine
Variants
IsEmpty Do not use; use IsNull

Reserved keywords

The following keywords are reserved for future use.

  • AscB
  • AscW
  • Atn
  • ByRef
  • ByVal
  • Call
  • CBool
  • CByte
  • CDate
  • CDb
  • ChrBl
  • ChrW
  • Cint
  • CLng
  • CSng
  • CStr
  • DateSerial
  • DateValue
  • Eqv
  • Exp
  • Fix
  • Hex
  • Imp
  • InputBox
  • Instr
  • InStrB
  • Int
  • IsArray
  • LBound
  • Lcase
  • LeftB
  • Len
  • LenB
  • Let
  • Log
  • Ltrim
  • MidB
  • MsgBox
  • Oct
  • Private
  • Public
  • Randomize
  • RightB
  • Rtrim
  • Sgn
  • Space
  • Sqr
  • StrComp
  • Tan
  • TimeSerial
  • TimeValue
  • UBound
  • Ucase
  • VarType